home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / re.py.0160FC08_F3D9_4869_9D41_C611C16F42D5 < prev    next >
Encoding:
Text File  |  2005-06-08  |  186 b   |  7 lines

  1. """Minimal "re" compatibility wrapper.  See "sre" for documentation."""
  2.  
  3. engine = "sre" # Some apps might use this undocumented variable
  4.  
  5. from sre import *
  6. from sre import __all__
  7.